LightSwitch HTML Edition
ValueSet<T> Constructor(IEqualityComparer<T>)






The comparer to use when comparing keys.
Initializes a new instance of a ValueSet<T>.
Syntax
'Declaration
 
Public Function New( _
   ByVal comparer As System.Collections.Generic.IEqualityComparer(Of T) _
)
'Usage
 
Dim comparer As System.Collections.Generic.IEqualityComparer(Of T)
 
Dim instance As New ValueSet(Of T)(comparer)
public ValueSet<T>( 
   System.Collections.Generic.IEqualityComparer<T> comparer
)
public ValueSet<T>( 
    comparer: System.Collections.Generic.IEqualityComparer
); 
public function ValueSet<T>( 
   comparer : System.Collections.Generic.IEqualityComparer
);
public: ValueSet<T>( 
   System.Collections.Generic.IEqualityComparer<T*>* comparer
)
public:
ValueSet<T>( 
   System.Collections.Generic.IEqualityComparer<T^>^ comparer
)

Parameters

comparer
The comparer to use when comparing keys.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueSet<T> Class
ValueSet<T> Members
Overload List

Send Feedback